From: emellor@ewan Date: Tue, 13 Sep 2005 14:42:34 +0000 (+0100) Subject: Added help line for dev-docs target. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16812^2~1^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=296cdec9cf0865d5d91adff9ed0ef6ed2c1ab093;p=xen.git Added help line for dev-docs target. --- diff --git a/Makefile b/Makefile index 498be57835..ea52d8c98c 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ help: @echo ' install-xen - build and install the Xen hypervisor' @echo ' install-tools - build and install the control tools' @echo ' install-kernels - build and install guest kernels' - @echo ' install-docs - build and install documentation' + @echo ' install-docs - build and install user documentation' @echo '' @echo 'Building targets:' @echo ' dist - build and install everything into local dist directory' @@ -136,7 +136,8 @@ help: @echo ' tools - build and install tools' @echo ' kernels - build and install guest kernels' @echo ' kbuild - synonym for make kernels' - @echo ' docs - build and install docs' + @echo ' docs - build and install user documentation' + @echo ' dev-docs - build developer-only documentation' @echo '' @echo 'Cleaning targets:' @echo ' clean - clean the Xen, tools and docs (but not'